home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / ZIPFILES / PICTOPS.ZIP / USE.DOC < prev   
Encoding:
Text File  |  1995-12-05  |  7.6 KB  |  122 lines

  1. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  2. ▒                                                                             ▒
  3. ▒      PICTOPS (PICture TO PostScript file) conversion program                ▒
  4. ▒                     All Rights Reserved                                     ▒
  5. ▒                Version 2.22 Revision 22/10/95                               ▒
  6. ▒ Copyright (C) 1995 TerSoftWare DNF IHEP Russia by Igor L. Vassiliev         ▒
  7. ▒ Author may be reached as:                                                   ▒
  8. ▒                           E-mail: vasiliev_i@mx.ihep.su                     ▒
  9. ▒   ╔═══════╗ ╔═══════╗        Fax: (007)(095)-230-2337                       ▒
  10. ▒   ║       ║ ║                     Department Of Neutrino Phisics            ▒
  11. ▒   ║       ║ ║                     To: Igor L. Vassiliev                     ▒
  12. ▒   ║       ║ ╚═══════╗       Mail: P.O.Box 142284 Russia                     ▒
  13. ▒   ╠═══════╜         ║             Moscow region, Protvino                   ▒
  14. ▒   ║  ┌┐┌─           ║             Lesnoj boulvar 12-74                      ▒
  15. ▒   ║ ─┼┘└─   ╚═══════╝             To: Igor L. Vassiliev                     ▒
  16. ▒                                                                             ▒
  17. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  18. Purpose: To convert image files to PostScript file format
  19.          (PostScript is a trademark of Adobe Systems, Incorporated.)
  20. Feature: Possibility to implement PostScript Level-2
  21.          Output from PICTOPS will have more less size then standard
  22.          of PostScript outs with Level-1
  23.          If output device have not Level-2, so program automatically
  24.          will be running how PostScript Level-1
  25. Requirements:
  26.          Program requires an IBM PC/AT/fully compatible computer, MS-DOS 3.0
  27.          or greater and from 180 to 350 Kb of free conventional memory.
  28.          Any Intel processor from i286.But 386DX-40MHz and better recommended !
  29.          Program will run without any XMS/EMS
  30.   Usage: pictops [options] [d:][path]image-file [[d:][path][out-file.ps]]
  31.  Import:
  32.          BMP - Windows Bitmap Format. BMP is the native bitmap file format
  33.                of the Microsoft Windows environment.
  34.                Supported the all kind of this format (BI_RGB,BI_RLE4 & BI_RLE8)
  35.                Except 24-bits files
  36.          GIF - Graphics Interchange Format
  37.                Supported GIF87a and GIF89a modifications
  38.          ICO - MS-Windows Icon Format
  39.          PCX - ZSoft Paint. Supported the all kind of this format
  40.                Except 24-bits files
  41.          PPM - Portable pixmap file format
  42.          RLE - The same that compressed BMP
  43.          TGA - Truevision (Targa) File Format. TGA is the native file format
  44.                of the Truevision Incorporated
  45.                Supported types 1,2,3,9,10,11
  46.          NOTE: Import file may have no extention.
  47.                File type will be detected automatically.
  48.  Export: PostScript file within Level-1 and Level-2
  49.          NOTE: If name PostScript file out is not specified, so name
  50.                will be d:\path\image-file.ps
  51. Options:
  52.          All command options must be preceded either '-' or '/' character.
  53.          The options are described as follow:
  54.          -zWOC - without PostScript compression (by default)
  55.                  Import image data will be encoded through ASCIIHexEncode
  56.                  filter e.g. each binary byte will be presented by two ASCII
  57.                  printable hex-digits. Extention is how 1:2
  58.          -zRLE - Import image data will be encoded at first by means of
  59.                  PostScript RLE (Run-Length-Encode) filter and then
  60.                  through PostScript ASCII85Encode filter, which will be extend
  61.                  binary data to ASCII printable chars how 4:5
  62.          -zLZW - Import image data will be encoded at first by means of
  63.                  PostScript LZW (Lempel-Ziv-Welch) filter and then
  64.                  through PostScript ASCII85Encode filter, which will be extend
  65.                  binary data to ASCII printable chars how 4:5
  66.          -b    - To force binary PostScript out.
  67.                  Output PostScript file will be NOT ASCII printable
  68.                  NOTE: Option /b is not implemented in the versions 2.XX
  69.          -L2   - To force PostScript Level-2 only. Program will NOT
  70.                  detect in PostScript device whether there is Level-2 or not.
  71.          -A4   - To force PostScript out to scale to A4 format (210mmx279mm,
  72.                  really is 210-2x18 and 279-2x25. 18mm from left&right and
  73.                  25mm from up&down edges)
  74.                  Default is default size of picture.
  75.                  NOTE: If image size exceed size A4 either by width or
  76.                  by height or both, so A4 format will be done automatically.
  77.          -R    - PostScript out will be 90-rotated
  78.                  NOTE: If used together with /A4 options, so at first will be
  79.                  done rotate then scale !
  80.          -c=0  - To force grayscale PostScript output (by default)
  81.          -c=1  - To force grayscale PostScript output (background inversion)
  82.          -c=2  - To force colour PostScript output
  83.                  NOTE: Option /c=2 is not implemented in the versions 2.XX
  84.          -o    - Overwrite PostScript output if it exists without prompt.
  85.                  Otherwise you will get message that file already exists.
  86.          -t    - To show time of PostScript encoding
  87.          -n    - Image number (for ICO-image only)
  88.          -h,?  - this Help
  89. Usage example:
  90.          1) pictops /zRLE /R /A4 d:\tmp1\sample d:\tmp2\*
  91.             Image file 'd:\tmp1\sample' will be translated in PostScript file
  92.             'd:\tmp2\sample.ps' with PostScript RLE compression,
  93.             90-rotated picture and scaled to A4.
  94.          2) pictops /c=1 d:\tmp1\sample.pcx
  95.             Image file 'd:\tmp1\sample.pcx' will be translated in PostScript
  96.             file 'd:\tmp1\sample.ps' without PostScript compression,
  97.             Background of picture inversed, picture is centered, size default
  98. Recomendation to use:
  99.             Although PICTOPS have enough reach collection warning-messages
  100.             about corrupted image files, nevertheless recomended before to
  101.             run output file on the PostScript printer, BE SURE that your
  102.             PostScript file have valid format.
  103.             (For example,it may be done by GS.EXE or by any other viewer)
  104. -----------------------------------------------------------------------------
  105. PICTOPS is inexpensive shareware. If you find that PICTOPS is useful and
  106. continue using it after a trial period of 20 days, you are encouraged to pay
  107. a small registration fee. When you register, you will receive the last version
  108. of PICTOPS and your registration number. Registration entitles you continue
  109. using the current version and all future versions. The registration number
  110. will remove any limitation functions in the unregistered version of the
  111. current and the future releases.
  112. To register your copy of PICTOPS, please, send me your request to:
  113. E-mail: vasiliev_i@mx.ihep.su
  114. Unregistered version has ONE limitation - the maximum resolution of an input
  115. image-file is 640x480. The limitation is removed in the registered version.
  116. -----------------------------------------------------------------------------
  117. *WARNING* YOU ARE USING PICTOPS AT YOUR OWN RISK !
  118. THE AUTHOR (Igor L. Vassiliev) IS NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY
  119. THE USE OF PICTOPS OR BY THE INABILITY TO USE PICTOPS. IF YOU ARE NOT SURE
  120. ABOUT THIS, OR IF YOU DON'T ACCEPT THIS, THEN DO NOT USE PICTOPS !
  121. _____________________________________________________________________________
  122.